home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 344
- Top = 124
- Width = 252
- Height = 142
- Caption = 'Copy File'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 50
- Height = 13
- Caption = 'Source file'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 69
- Height = 13
- Caption = 'Destination file'
- end
- object Button1: TButton
- Left = 152
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Copy'
- TabOrder = 0
- OnClick = Button1Click
- end
- object edSourceFile: TEdit
- Left = 8
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object edDestFile: TEdit
- Left = 8
- Top = 72
- Width = 121
- Height = 21
- TabOrder = 2
- end
- end
-